home *** CD-ROM | disk | FTP | other *** search
- global stock, waste, reserve, foundation, tableau, points, equal, hotcard, tcount, scount, shitfudge, carp
-
- on exitFrame me
- tcount = 0
- carp = []
- scount = 0
- stock = new(script("stock object"), createdeck())
- waste = []
- reserve = new(script("reserve object"), [:])
- foundation = [:]
- tableau = [:]
- points = 0
- shitfudge = 0
- equal = 0
- hotcard = 0
- end
-